home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960209-19960425 / 000262_news@columbia.edu _Sat Mar 23 10:08:19 1996.msg < prev    next >
Internet Message Format  |  1996-05-13  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id KAA28052 for <kermit.misc@watsun>; Sat, 23 Mar 1996 10:08:18 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id KAA20286 for kermit.misc@watsun; Sat, 23 Mar 1996 10:08:16 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Please advise on uncommon kermit implementation
  8. Date: 23 Mar 1996 15:08:05 GMT
  9. Organization: Columbia University
  10. Lines: 31
  11. Message-ID: <4j144l$jpp@apakabar.cc.columbia.edu>
  12. References: <31502606.62E94955@lvd.be> <4ipsr3$lge@apakabar.cc.columbia.edu> <3152C000.4A83D34C@lvd.be>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <3152C000.4A83D34C@lvd.be>, Lieven Tomme  <ltom@lvd.be> wrote:
  16. : Frank da Cruz wrote:
  17. : > Here is a better idea.  Use Kermit 95 exactly as it is, but rather
  18. : > than run it in server mode, run it in host mode.
  19. : > 
  20. : > Make your modifications to the host-mode script.  Very easy.
  21. : > You have all the string manipulation and file-checking functions
  22. : > you need.
  23. : The APC commands offer a lot, while it is a pleasure looking
  24. : inside the host mode script files, but this mode still looks not
  25. : to solve my problems, since the client side concerns an
  26. : implementation able to submit get/send requests, nothing more,
  27. : nothing less. It still looks to me that I do need a kermit server.
  28. : Does this mean I have to start hacking into kermit sources, and if
  29. : so, what sources should you advise me to start from ?
  30. :
  31. No, no source hacking is necessary.  Just start Kermit 95 in server mode
  32. from your application:
  33.  
  34.   k95 -x -l xxx
  35.  
  36. where xxx is the numeric file descriptor for the connection that your
  37. application has already opened.
  38.  
  39. If you need further assistance with this, send email direct to
  40. kermit-support@columbia.edu.
  41.  
  42. - Frank